Used to make remarks in batch files.
REM [my remark...]
FreeDOS ignores everything on a REM line.
Use remarks to add explanatory notes to your batch files, and to disable command lines in batch files.
REM run a pretend program called thing.exe: thing REM FreeDOS won't run the following line: REM DEL thing.exe